Uses of Interface
org.eclipse.vtp.framework.core.ISessionContext

Packages that use ISessionContext
org.eclipse.vtp.framework.common.services   
org.eclipse.vtp.framework.core   
org.eclipse.vtp.framework.engine.runtime   
org.eclipse.vtp.framework.engine.support   
org.eclipse.vtp.framework.interactions.core.services   
 

Uses of ISessionContext in org.eclipse.vtp.framework.common.services
 

Constructors in org.eclipse.vtp.framework.common.services with parameters of type ISessionContext
BrandSelection(ISessionContext context, IBrandRegistry brandRegistry)
          Creates a new BrandSelection.
ScriptableSessionContext(ISessionContext context)
          Creates a new ScriptableSessionContext.
VariableRegistry(ISessionContext context, IDataTypeRegistry dataTypeRegistry)
          Creates a new VariableRegistry.
 

Uses of ISessionContext in org.eclipse.vtp.framework.core
 

Subinterfaces of ISessionContext in org.eclipse.vtp.framework.core
 interface IActionContext
          A service available to services at the action scope.
 interface IExecutionContext
          A service available to all services at the execution or action scope.
 

Uses of ISessionContext in org.eclipse.vtp.framework.engine.runtime
 

Classes in org.eclipse.vtp.framework.engine.runtime that implement ISessionContext
protected  class Execution.Context
          Implementation of the generic context.
protected  class Sequence.Context
          Implementation of the generic context.
protected  class Session.Context
          Implementation of the generic context.
 

Uses of ISessionContext in org.eclipse.vtp.framework.engine.support
 

Classes in org.eclipse.vtp.framework.engine.support that implement ISessionContext
 class AbstractActionContext
          A support implementation of the IActionContext interface.
 class AbstractExecutionContext
          A support implementation of the IExecutionContext interface.
 class AbstractSessionContext
          A support implementation of the ISessionContext interface.
 class ActionContextWrapper
          A wrapper for the IActionContext interface.
 class ExecutionContextWrapper
          A wrapper for the IExecutionContext interface.
 class SessionContextWrapper
          A wrapper for the ISessionContext interface.
 

Fields in org.eclipse.vtp.framework.engine.support declared as ISessionContext
protected  ISessionContext AbstractExecutionContext.sessionContext
          The context of the session that created this execution.
 

Methods in org.eclipse.vtp.framework.engine.support that return ISessionContext
protected abstract  ISessionContext SessionContextWrapper.getSessionContext()
          Returns the wrapped session context.
 

Constructors in org.eclipse.vtp.framework.engine.support with parameters of type ISessionContext
AbstractExecutionContext(ISessionContext sessionContext, IExecutionDescriptor descriptor)
          Creates a new AbstractExecutionContext.
 

Uses of ISessionContext in org.eclipse.vtp.framework.interactions.core.services
 

Constructors in org.eclipse.vtp.framework.interactions.core.services with parameters of type ISessionContext
LanguageSelection(ISessionContext context, ILanguageRegistry languageRegistry)
          Creates a new LanguageSelection.